crypto/internal/hpke.uint128.addOne (method)

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L214: 	s.seqNum = s.seqNum.addOne()
		hpke.go#L245: func (u uint128) addOne() uint128 {